home *** CD-ROM | disk | FTP | other *** search
- pattern 0 /patterns/4.CoffeeBean ;Sets the background pattern image
- pattern 15 /patterns/4.krull ;sets another pattern (for the button background)
-
- Screen Jump ;The panel will popup on ALL screens
-
- Popup rmb lmb
- ;The panel will popup when both mouse buttons are pressed
- ;(left+right). If you have a 3-button mouse, use "POPUP MMB"
- ;instead, for the middle button.
-
- X atPointer
- Y atPointer ;The panel will popup at the mouse pointer
-
- Font Courier 15 ;Sets the font to use
-
- Markbutton ants ;Marks the button under the mouse pointer
-
- Border OFF ;Turns the windows borders off
-
- Title OFF ;Turns the windows title off
-
- Gap 1 ;Sets the distance between buttons
-
-
- Color dark 15 ;Sets forgound to black and background to the pattern just loaded
-
- Button Shell exec 'newshell con:20/156/640/178' ;Button for starting a shell
-
- button Workbench ScreenRun Workbench ;Button for jumping to Workbench
-
- button Octamed ScreenRun OCTAMED "work:Soundstudio/octamed" closepopup
- ;Button for starting Octamed, or just jump to octameds screen
- ;if it's allready open.
-
- button Lexikon exec 'wbrun "Work:ORD/Lexikon/Lexikon"' closepopup
- ;Start a program as if it had been doubleclicked.
-
- Color light 0 ;Sets forgound to white and background to the background pattern
-
- button Program run 'selector program' closepopup ;Show a submenu
-
-